@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap');

body,*{
    font-family: 'IBM Plex Mono', monospace;
}
.codeGtLt{
    color: rgb(96, 220, 96);
    font-weight: 700;
}
#header{
    font-size: 37px;
}